PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / setTitle Method
A string representing the structure element in human-readable form.
In This Topic
    setTitle Method
    In This Topic
    Sets the title of the structure element.
    The title should characterise the specific structure element, such as Chapter 1, rather than merely a generic element type, such as Chapter.
    Syntax
    public void setTitle( 
       java.lang.String value
    )

    Parameters

    value
    A string representing the structure element in human-readable form.
    See Also